-
Notifications
You must be signed in to change notification settings - Fork 213
feat(auth): ignore user cancel when session is expired on hostedui sign out #3956
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #3956 +/- ##
=======================================
Coverage 67.67% 67.67%
=======================================
Files 1128 1128
Lines 52252 52329 +77
=======================================
+ Hits 35359 35412 +53
- Misses 16893 16917 +24
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Can you add a detailed description of the changes for future reference? |
#3943
Issue #
Description
Even if the user cancels the pop up to log out, continue to sign out locally.
NOTE: This happens only when the session is already expired.
Usecase: When the session is expired, and developer wants to trigger an auto logout, the pop up could prevent that from happening, if the user pressed cancel.
General Checklist
Given When Then
inline code documentation and are named accordinglytestThing_condition_expectation()
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.